gtkplacesview: disconnect from server list monitor changes on destroy
authorMarco Trevisan (Treviño) <mail@3v1n0.net>
Thu, 19 Apr 2018 07:47:30 +0000 (02:47 -0500)
committerMarco Trevisan (Treviño) <mail@3v1n0.net>
Thu, 19 Apr 2018 07:59:52 +0000 (02:59 -0500)
commit4900c3eb3bae774649b04994c5cfc699f745523a
treeecc6678b3d46e09ece4a909053c6a558ca0d43d9
parentf9452957cd11adc467203fa4d77d4cc2e5312cbf
gtkplacesview: disconnect from server list monitor changes on destroy

It might happen otherwise that a change is recorded in between the
widget dispose and finalization, causing a crash when setting
the visible name for the GtkStack (as that will be NULL at that point)
gtk/gtkplacesview.c